PropertyTagIsEqual Method |
Determines whether the specified property path is equal.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic override bool IsEqual(
ExtendedPropertyPath propertyPath
)
Public Overrides Function IsEqual (
propertyPath As ExtendedPropertyPath
) As Boolean
Parameters
- propertyPath
- Type: Independentsoft.ExchangeExtendedPropertyPath
The property path.
Return Value
Type:
Booleantrue if the specified property path is equal; otherwise,
false.
See Also